FlowTimerStarter Constructors
An object defining constructors for the FlowTimerStarter class.
FlowTimerStarter(name, workflowData, workflowCodeInstance)
Constructor for the FlowTimerStarter class. Initializes a new instance of the FlowTimerStarter class.
Parameters:
name (required): string
The name of the flow object.
workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.
workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.
FlowTimerStarter(name, workflowData, workflowCodeInstance)
Constructor for the FlowTimerStarter class. Initializes a new instance of the FlowTimerStarter class.
Parameters:
name (required): string
The name of the flow timer starter.
workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow timer starter.
workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.